Inter-VSN Routing with SPBM Configuration Example

The following figure shows a sample Inter-VSN deployment.

Click to expand in new window
Inter-VSN routing

The following sections show the steps required to configure the Inter-VSN parameters in this example. You must first configure basic SPBM and IS-IS infrastructure. For more information, see: SPBM Configuration Examples.

Note that the IP interfaces are configured where the routing instance exists, namely, on Switch-20 (BCB C).

BEB A

VLAN CONFIGURATION

vlan create 11 type port-mstprstp 1
vlan members 11 1/2 portmember
vlan i-sid 11 2011

BCB C

VRF CONFIGURATION

ip vrf blue vrfid 100

VLAN CONFIGURATION

vlan create 11 type port-mstprstp 1
vlan i-sid 11 2011
interface Vlan 11
vrf blue
ip address 192.0.2.1 255.255.255.0
exit

VLAN CONFIGURATION

vlan create 12 type port-mstprstp 1
vlan i-sid 12 2012
interface Vlan 12
vrf blue
ip address 198.51.100.1 255.255.255.0
exit

BEB D

VLAN CONFIGURATION

vlan create 12 type port-mstprstp 1
vlan members 12 1/2 portmember
vlan i-sid 12 2012